home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / editor / blksedtr.lha / BED / Rexx / BedCmdHelp.bed < prev    next >
Text File  |  1996-05-06  |  265b  |  19 lines

  1. /*
  2. ** $VER: BedCmdHelp.bed 1.0 (02.01.96)
  3. **
  4. ** Show the AmigaGuide Help for the BED ARexx command currently under the
  5. ** cursor
  6. */
  7.  
  8. OPTIONS RESULTS
  9.  
  10. GetWord
  11. command=RESULT
  12.  
  13. Exist command
  14.  
  15. IF RC=0 THEN
  16.     Help command
  17. ELSE
  18.     SetStatusBar "Cursor not on a BED command"
  19.